SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 50228: The error "cxawork.Staging_promo_detail does not exist" occurs when you run the SAS® Data Integration Studio job cxa_1300_promotion_remerge

DetailsHotfixAboutRate It

In SAS Data Integration Studio, when you run the cxa_1300_promotion_remerge job (which is part of the CXA_ETL_FLOW export metadata package), the job fails and generates the following error:

ERROR: cxawork.Staging_promo_detail does not exist.

The cxa_1300_promotion_remerge job merges all keyed data for detail_x_int_promotion* tables. The job fails when it processes the following condition:

MLOGIC(CXA_REMERGE_PROMOTIONS): %IF condition &staged_session_attrib_cnt ne =%cxa_get_observation_count indsn=&_input1) is TRUE

The error occurs because of a problem with the phrase ne = in the %IF condition. NE stands for "not equal." However, appending the equal sign (=) after it negates that condition. The %IF condition should show only ne.

Click the Hot Fix tab in this note to access the hot fix for this issue.



Operating System and Release Information

Product FamilyProductSystemProduct ReleaseSAS Release
ReportedFixed*ReportedFixed*
SAS SystemSAS Customer Experience Analytics64-bit Enabled AIX6.16.39.3 TS1M29.4 TS1M0
64-bit Enabled Solaris6.16.39.3 TS1M29.4 TS1M0
Linux for x646.16.39.3 TS1M29.4 TS1M0
Solaris for x646.16.39.3 TS1M29.4 TS1M0
Microsoft® Windows® for x646.16.39.3 TS1M29.4 TS1M0
* For software releases that are not yet generally available, the Fixed Release is the software release in which the problem is planned to be fixed.